home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 6-Developer Demos / Developer Demos-Gen. / Mac Yellow Pages 1.0 / background_19510.txt < prev    next >
Text File  |  1990-08-17  |  2KB  |  101 lines

  1. -- background: 19510 from stack: in.0
  2. -- bmap block id: 19868
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Index
  6. ----- HyperTalk script -----
  7. on openBackground
  8. end openBackground
  9.  
  10. on closeBackground
  11. end closeBackground
  12.  
  13. --on returnkey
  14. click at the loc of bkgnd button "Cancel"
  15. end returnkey
  16.  
  17. on arrowKey
  18.   -- do nothing
  19. end arrowKey
  20.  
  21. on doMenu action
  22.   if action is "Text Style..." then
  23.     send mouseUp to bkgnd button "Return"
  24.   else
  25.     pass doMenu
  26.   end if
  27. end doMenu
  28.  
  29.  
  30.  
  31. -- part 59 (button)
  32. -- low flags: 00
  33. -- high flags: A004
  34. -- rect: left=30 top=57 right=92 bottom=177
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: + Table of Contents
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   go to card "TOC:  Root"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 1 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=343 top=3 right=20 bottom=510
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 65535
  57. -- font id: 20
  58. -- text size: 12
  59. -- style flags: 2304
  60. -- line height: 16
  61. -- part name: Page Number
  62.  
  63.  
  64. -- part 2 (field)
  65. -- low flags: 01
  66. -- high flags: 0000
  67. -- rect: left=2 top=3 right=21 bottom=451
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 20
  72. -- text size: 12
  73. -- style flags: 2304
  74. -- line height: 16
  75. -- part name: Header
  76.  
  77.  
  78. -- part 71 (button)
  79. -- low flags: 00
  80. -- high flags: 2000
  81. -- rect: left=217 top=305 right=337 bottom=253
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Return
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   global undoMemory
  93.   go to undoMemory
  94. end mouseUp
  95.  
  96. on mouseDown
  97.   play stop
  98.   play harpsichord a7e
  99. end mouseDown
  100.  
  101.